home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / USAGE.PLT < prev    next >
Text File  |  1993-02-03  |  462b  |  31 lines

  1. # usage example
  2.  
  3. paper size 11 by 8.5
  4.  
  5. pen color lred
  6. title "Computer Usage, January 29 1993"
  7. symbol size 0.1
  8.  
  9. data 'usage.dat'
  10.  
  11. column 3 is x 4 is y
  12. plot x y needle
  13.  
  14. pen style 2 color 2
  15. column 5 is y
  16. plot x y add
  17.  
  18. pen style 1 color 3
  19. column 6 is y
  20. plot x y connect
  21.  
  22. pen color lred
  23. format x 0 y 0
  24. draw x y
  25. ylabel 'percentage'
  26.  
  27. legend at 5 1 offset 1.5
  28. pen 1 "Logged in"
  29. symbol 1 color 2 "Load average"
  30. pen 1 color 3 "%CPU used"
  31. end